/**
 * Created by _Nomo on 2016/12/20.
 */

@font-face {
    font-family: 'HanHei-SC-thin';
    /*src: url('../fonts/HanHei-SC-thin.woff');*/
    src: url('http://cdn.jiuaizhihe.com/HanHei-SC-thin.woff');
    font-weight: normal;
    font-style: normal;
}
.line-x{
    border-top: 1px solid #999;
    margin-top: 30px;
    margin-bottom: 30px;
}
.side {
    position: fixed;
    left: 50%;
    margin-left: 590px;
    bottom: 50px;
    width: 72px;
    height: 72px;
    background: url('../img/top_icon.png');
    opacity: 0;
    transition: opacity 0.3s linear;
    cursor: pointer;
}
.side:hover {
    background-position-y: 72px;
}
/*nav*/
.navbar-brand{
    padding:8px 0 0 10px;
}
.navbar-brand img{
    height: 40px;
}
.navbar-default{
    height: 60px;
    transition: all 0.3s linear;
    background: rgb(248, 248, 248);
    box-shadow: rgba(0, 0, 0, 0.1) 0 3px 20px;
}

.nav>li:first-child>a{
    letter-spacing:5px;
}
.nav > li >a{
    padding-top: 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    font-family: "HanHei-SC-thin";
}
.navbar-header .nav-code{
    line-height: 76px;
    color: #777;
    font-size: 13px;
    padding-left: 10px;
}
.navbar-default .navbar-toggle{
    border-color: #ccc;
}
.drop{
    width: 105px;
    min-height: 59px;
}
.drop a{
    outline: none;
}
.drop:hover{
    background: #fff;
    color: #555;
}
.drop-menu{
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
    display: none;
    transition: all .3s linear;
}
.drop-menu li{
    text-align: center;
}
.drop-menu li a{
    display:inline-block;
    padding: 10px;
    color: #777;
    font-size: 14px;
}
.drop-menu li a:hover{
    color: #333;

}
.drop:hover .drop-menu{
    display: block;
}
/*nav end*/
/*banner*/
.banner{
    margin-top: 60px;
}
.banner img{
    width: 100%;
}
.banner .img-bg{
    width: 600px;
    height: 280px;
    background: rgba(255,255,255,.8);
    position: absolute;
    top: 150px;
    margin-left: 500px;
    color: #414247;
    padding: 0 25px;
}
.banner .img-bg .begin{
    height: 47px;
    width: 111px;
    position: relative;
    top: 18px;
    left: 50px;
    opacity: 0;
    transition: all .5s linear;
    margin-top: 15px;
}
.banner .img-bg .title-1{
    font-size: 46px;
    font-weight: normal;
    font-family: "pingfang regular";
    position: relative;
    top: 18px;
}
.banner .img-bg .title-2{
    font-size: 50px;
    font-weight: bold;
    margin-left: 60px;
    opacity: 0;
    transition: all .6s linear;
}
.banner .img-bg .title-3{
    font-size: 42px;
    font-family: "HanHei-SC-thin";
    opacity: 0;
    transition: all 1s linear;
}
.banner .img-bg .title-4{
    font-size: 40px;
    font-weight: bold;
    position: relative;
    top: -10px;
    font-family: "HanHei-SC-thin";
    opacity: 0;
    transition: all 1s linear;
}
.line-y{
    border-top: 4px solid #555;
    width: 250px;
    margin: 5px;
    opacity: 0;
    transition: all 1s linear;
}
/*banner end*/
/*serve*/
.serve{
    margin-top: 50px;
}
.serve dl{
    margin: 0 40px;
    width: 180px;
    text-align: center;
}
.serve dl dt span{
    font-weight: bold;
    font-size: 18px;
    color: #555;
    font-family: "HanHei-SC-thin";
}
.serve dl dd{
    padding-top: 5px;
    font-size: 13px;
    color: #777;
}
.serve dl dt i{
    display: block;
    width: 74px;
    height: 56px;
    margin-bottom: 15px;
}
.icon-1{
    background: url("../img/icon.png")0 0;
}
.icon-2{
    background: url("../img/icon.png")-80px 0;
}
.icon-3{
    background: url("../img/icon.png")-160px 0;
}
.icon-4{
    background: url("../img/icon.png")-240px 0;
}

/*contact us*/
.srction{
    margin-top: 60px;
}
.srction .head-bg img{
    width:100%;
}
.contact{
    margin-top: 60px;
    /*padding-left: 250px;*/
}
.contact .title-us{
    display: inline-block;
    height: 50px;
    border-left: 3px solid #868686;
    padding-left: 10px;
    padding-top: 7px;
}
.contact .title-us h3{
    font-size: 23px;
    color: #555;
    font-weight: bold;
    font-family: "HanHei-SC-thin";
}
.contact .title-us span{
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
}
.contact ul{
    float: right;
    margin-top: 32px;
    margin-right: 40px;
}
.contact ul li{
    font-size: 10px;
    color: #777;
}
/*city*/
.srction .city-img{
    margin-top: 20px;
}
.srction .city-img .city{
    height: 580px;
    width: 20%;
    float: left;
    display: inline-block;
    transition: all 0.3s linear;
}

.srction .city-img .city:hover{
    margin-top: -10px;
    box-shadow: rgba(0, 0, 0, .5) 0 3px 20px;
    border-radius: 5px;
}
.srction .city-img .city img{
    width: 100%;
    height: 100%;

    transition: all 0.3s linear;
    /*-webkit-filter: grayscale(30%);*/
    /*-moz-filter: grayscale(30%);*/
    /*-o-filter: grayscale(30%);*/
    /*filter: grayscale(30%);*/
}
.srction .city-img .city:hover img{
    /*-webkit-filter: grayscale(0%);*/
    /*-moz-filter: grayscale(0%);*/
    /*-o-filter: grayscale(0%);*/
    /*filter: grayscale(0%);*/
    border-radius: 5px;
}
.srction .city-img .city h3{
    text-align: center;
    position: relative;
    font-size: 40px;
    top: -50%;
    color: #fff;
    text-shadow: 0 0 30px black;
    cursor: default;
}
.info-icon{
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 150px;
    /*text-align: center;*/
}
.info-icon .contact-iocn{
    float: left;
     height: 40px;
     width: 40px;
    padding-right: 10px;
    padding-top: 3px;
    margin-right: 10px;
    font-size: 25px;
    border-right: 2px solid #ddd;
    color: #555;
}
.info-icon .contact-text span{
    /*display: inline-block;*/
    color: #777;
    font-size: 13px;
}

/*map*/
#jazh-map {
    width: 555px;
    height: 386px;
    overflow: hidden;
    margin: 0;
}
.map{
    background: #f5f5f5;
    margin-bottom: 20px;
}
.map .map-img{
    width: 100%;
}
.map .map-form{
    padding-top: 40px;
    padding-left: 40px;
}
.map .map-form .map-title{
    height: 50px;
    border-left: 2px solid #4a4d52;
    padding-left: 10px;
}
.map .map-title h3{
    line-height: 50px;
    font-size: 20px;
    color: #666;
}
.map .map-title h3 b{
    color: #444;
}
.map .map-form form{
    width: 50%;
}

.ja-input{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    border: 0 solid #8b8b8b;
    border-bottom: 1px solid #8b8b8b;
}
.ja-textarea{
    display: block;
    width: 100%;
    padding: 6px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    border: 1px solid #8b8b8b;
}
.map .map-form form input{
    margin: 20px 0;
}
.map .map-form form span{
    font-size: 13px;
    color: #aaa;
    padding-left: 5px;
}
.map .map-form form button{
    margin-top: 20px;
}
.btn-jazh{
    color: #fff;
    background-color: #4b4e53;
    border-radius: 0;
    transition: all .3s linear;
}
.btn-jazh:hover,.btn-jazh:focus {
    color: #fff;
    background-color: #3b5086;
    border-radius: 0;
}

/*footer*/
footer{
    height: 135px;
    background: url("../img/footer.jpg");
    padding-top: 35px;
}
footer .footer-img{
    text-align: right;
    color: #777;
    font-size: 14px;
    padding-right: 40px;
    padding-top: 10px;
}
footer .footer-text{
    padding-left: 40px;
    font-size: 14px;
    border-left: 2px solid #888;
}
footer .footer-text ul li{
    padding: 0 10px;
    border-right: 1px solid #777;
}
footer .footer-text ul li:first-child{
    padding-left: 5px;
}
footer .footer-text ul li:last-child{
    border-right: 0 solid #777;
}
footer .footer-text ul li a,footer .footer-text p{
    color: #555;
    line-height: 1.7em;
}

.head-bg{
    height: 193px;
    width: 100%;
}
.head-bg h3{
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 260px;
    font-weight: bold;
    top: -30px;
    left: 200px;
    font-family: "Lucida Grande", Helvetica, Arial,sans-serif;
    transition: all .7s linear;
}
.head-bg .DJ{
    transform:rotateY(180deg);
    -ms-transform:rotateY(180deg); 	/* IE 9 */
    -moz-transform:rotateY(180deg); 	/* Firefox */
    -webkit-transform:rotateY(180deg); /* Safari 和 Chrome */
    -o-transform:rotateY(180deg); 	/* Opera */
}
.head-bg .DC{
    left: 130px;
    transform:rotate(250deg);
    -ms-transform:rotate(250deg); 	/* IE 9 */
    -moz-transform:rotate(250deg); 	/* Firefox */
    -webkit-transform:rotate(250deg); /* Safari 和 Chrome */
    -o-transform:rotate(250deg); 	/* Opera */
}


.head-bg .DA{
    top: 130px;
    opacity: 0;
}
.head-bg p{
    color: #fff;
    display: inline-block;
    font-weight: bold;
    position: relative;
    transition: all .5s linear;
    opacity: 0;
}
.head-bg .title-one{
    font-size: 45px;
    top: -110px;
    left: 250px;
    font-family: "HanHei-SC-thin";
}
.head-bg .title-two{
    font-size: 28px;
    top: -75px;
    left: 170px;
}
.contact-img{
    background: url("http://cdn.jiuaizhihe.com/img/contactUS.jpg");
}
.join-img{
    background: url("http://cdn.jiuaizhihe.com/img/joinJA.jpg");
}
.about-img{
    background: url("http://cdn.jiuaizhihe.com/img/aboutJA.jpg");
}
.news-img{
    background: url("http://cdn.jiuaizhihe.com/img/newsJA.jpg");
}
/*.case-pic{*/
    /*display: none;*/
/*}*/
.case-img img{
    width: 100%;
}

.qcode-pre{
    margin-top: 40px;
    margin-bottom: 30px;
}
.qcode-pre img{
    box-shadow: 3px 3px 20px rgba(100,100,100,.4);
}
.qcode-text{
    color: #777;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}
.WeChatModal{
    width: 500px;
    margin-top: 200px;
}


/*team*/
.team{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.team .every-one:hover{
    box-shadow: 3px 5px 15px rgba(1,1,1,.3);
}
.team .every-one:hover .every-bg{
    opacity: 1;
}

.team .top1 .every-one{
    width: 231px;
    height: 342px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s linear;
}
.team .top2 .every-one{
    height: 244px;
    transition: all .3s linear;
}
.team .every-one .every-bg{
    width: 100%;
    height: 40px;
    background: rgba(1,1,1,.4);
    position: relative;
    top: -40px;
    opacity: 0;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    text-shadow: 2px 2px 5px rgba(1,1,1,.5);
    transition: all .3s linear;
}
.team .top-title{
    margin-top: 60px;
    margin-bottom: 30px;
}
.team .top-title h3{
    font-size: 23px;
    color: #444;
    font-weight: bold;
    font-family: "HanHei-SC-thin";
}
.team .top-title span{
    color: #777;
    font-size: 14px;
    text-transform: uppercase;
}
.team .top2 .list-inline{
    margin-top: 15px;
}
.team .top2 .list-inline li{
    margin: 0 10px;
}
.team .top2 .angle{
    display: block;
    width: 30px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    transition: all .3s linear;
    position: absolute;
    margin-left: 910px;
    background-color: #d9d9d9;
    background-image: url("../img/angle.png");
}
/*team end*/